home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-02 | 1.1 KB | 39 lines | [TEXT/GEOL] |
- Item 8718117 2-Oct-89 12:25
-
- From: D2086 Efficient Field Svc, C Faith,PRT
-
- To: MACAPP.TECH$ MACAPP Tech
- MACDTS Macintosh Developer Tech. Supt.
-
- Sub: Why does {ObjApp} vanish?
-
- This is a question that has been plagueing me since I converted to 2.0B9:
-
- Why do the variables of the MABUILD.Script disappear after it is run, even
- those that are exported?
-
- I am trying to access the variables {ObjApp} and {SrcApp} which are set in the
- script and exported. If I put these lines at the end of the MABuild.script
- file I get correct values to the screen when it is run:
-
- echo source is at {SrcApp}
- echo object files are at {ObjApp}
- EXPORT ObjApp
- EXPORT SrcApp
-
- As soon as the script is finished the values are gone.
-
- executing the lines:
-
- echo source is at {SrcApp}
- echo object files are at {ObjApp}
-
- right after the script is over results in no value for either variable.
-
- Why do they disappear despite the EXPORT's?
-
- How can I get these out?
-
- Curtis Faith
-
-